home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / pressgen / svrlnk.txt < prev    next >
Text File  |  1989-06-25  |  5KB  |  99 lines

  1. title: Can we talk?
  2.  
  3. Internetworking NetWare File Servers
  4. and Adding NetWare File Servers
  5.  
  6.      As the network grows, new file servers are sometimes needed. 
  7. Adding file servers to a Novell network is relatively simple to
  8. do.  But, there are a few configuration issues to consider when
  9. adding a new file server.  The following discussion presumes that
  10. the new server has been prepared and is ready to begin its
  11. service.
  12.  
  13.      First, there is the consideration of how the file servers are
  14. actually interconnected.  The figure below demonstrates a network
  15. where the file servers share a "file server only" backbone:
  16.  
  17.   server 1                   server 2                  server 3
  18.      ________________________ _________________________
  19.  ___|___________          ___|_____________         ___|___________
  20. | LAN A   LAN B |        | LAN A   LAN B   |       | LAN A  LAN B  |
  21. |   1       2   |        |   1       3     |       |   1       4   |
  22.  -----------|---          -----------|-----         -----------|---
  23.             |                        |                         |
  24.             |                        |                         |
  25.           wstns                    wstns                     wstns
  26.  
  27.      The workstations (wstns) on this network are capable of only
  28. (initially) connecting to a single file server, the one to which
  29. they are directly cabled.  If that initial file server is down,
  30. then the workstation is unable to communicate with any other
  31. server.   However, this is not usually the problem it seems to be. 
  32. If the server is down, the workstation that connects to it will be
  33. unable to connect to a network.  But, if its server is down, it
  34. could very well be that the workstation is not able to do its work
  35. anyway (because the workstation's data resides on the down
  36. server).  An upside to this arrangement is that network fault
  37. diagnosis is easier.  Diagnosis is facilitated by the modularity
  38. innate to this internetwork arrangement.  Generally the search for
  39. faults can be narrowed down to a single, localized, leg of the
  40. network.   Also, adding workstations does not involve the
  41. "downing" of the file server backbone, which would disable active
  42. workstation and file server connections.
  43.      Also note that the above figure is not dependent on any
  44. particular network topology, any topology can be used, including
  45. different topologies for the backbone and workstation connections.  
  46. Also, the numbers 1,2,3 and 4 represent the "internetwork"
  47. addresses of each of the network boards (LAN A, LAN B, etc.). 
  48.  
  49. Notice:
  50.  
  51. The boards that connect the servers all share the same
  52. internetwork address, in this case, address 1 is used.  This is
  53. very important to remember!    Likewise, all file server "LAN"
  54. interfaces that do not connect must use dissimilar addresses.  For
  55. instance, if you use address 2 on one file server where that "LAN"
  56. interface only connects to workstations, no other file server can
  57. use address 2 (note: the above figure does represent this
  58. particular event).
  59.  
  60.  
  61.      The next figure demonstrates a network where the file servers
  62. and workstations share a common "backbone"
  63.  
  64.               wstn                          wstn
  65.   server 1      |            server 2         |        server 3
  66.      ___________|___ ________ ________________|_ ______
  67.  ___|___________    |     ___|_____________     |   ___|___________
  68. | LAN A         |   |    | LAN A           |    |  | LAN A         |
  69. |   1           |   |    |   1             |    |  |   1           |
  70.  ---------------    |     -----------------     |   ---------------
  71.                     |                           |               
  72.                     |                         wstn              
  73.                   wstn                                            
  74.  
  75.      The above network design facilitates workstation to file
  76. server connection by allowing the workstations to connect to any
  77. file server without requiring the services of a particular server
  78. to gain entrance into the network.  In this way, the above diagram
  79. is unlike the first diagram.  However, if users primarily need
  80. service of a single file server, the above layout could be more
  81. confusing because it is not strictly defined where each
  82. workstation is supposed to connect.  To clarify, when the network
  83. shell (NET3, NET4) is loaded it broadcasts a Get Nearest Server
  84. message on the network to which it is connected.  The first file
  85. server to respond becomes that workstation's "default" file
  86. server.  This is because the all workstations and file servers are
  87. on the same "backbone", thus giving all file servers the chance to
  88. hear and respond to a workstation's Get Nearest Server request.
  89.  
  90.      There are several other ways to interconnect file servers. 
  91. The preceding is meant to demonstrate two different starting
  92. points for connecting file servers.    
  93.  
  94.  
  95. By: John T. McCann 6/22/89 1:17am
  96. Byline:  Systems Developer for Brightwork Development  and  Wizard
  97. SysOp of Novell's Netwire forums on CompuServe
  98.  
  99.